projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173f023
)
configs: odroid-xu3: enable the configs relevant to regulator
author
Jaehoon Chung
<
[email protected]
>
Tue, 16 Jan 2018 06:33:52 +0000
(15:33 +0900)
committer
Jaehoon Chung
<
[email protected]
>
Wed, 24 Jan 2018 07:07:52 +0000
(16:07 +0900)
Enable the CONFIG_CMD_REGULATOR and CONFIG_DM_REGULATOR_S2MPS11.
Signed-off-by: Jaehoon Chung <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Tested-by: Anand Moon <
[email protected]
>
configs/odroid-xu3_defconfig
patch
|
blob
|
history
diff --git
a/configs/odroid-xu3_defconfig
b/configs/odroid-xu3_defconfig
index 976c06a29d3854708bf9393857f322f1df15f2f9..11b1c8bf119a358e3939ab1edfd08b058f41a024 100644
(file)
--- a/
configs/odroid-xu3_defconfig
+++ b/
configs/odroid-xu3_defconfig
@@
-22,6
+22,7
@@
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_PMIC=y
CONFIG_CMD_EXT4_WRITE=y
+CONFIG_CMD_REGULATOR=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ADC=y
CONFIG_ADC_EXYNOS=y
@@
-35,6
+36,7
@@
CONFIG_SMC911X_BASE=0x5000000
CONFIG_DM_PMIC=y
CONFIG_PMIC_S2MPS11=y
CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_S2MPS11=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y